Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Improve docs somewhat. #396

Merged
merged 1 commit into from
Apr 25, 2020
Merged

Improve docs somewhat. #396

merged 1 commit into from
Apr 25, 2020

Conversation

brendandburns
Copy link
Contributor

cc @davidfowl @jkotalik

Partially addresses #367

@dnfclas
Copy link

dnfclas commented Apr 23, 2020

CLA assistant check
All CLA requirements met.

}
...
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What're your thoughts on using diff syntax?

  ...
  public void ConfigureServices(IServiceCollection services)
  {
      services.AddRazorPages();

+      services.AddHttpClient<WeatherClient>(client =>
+      {
+          client.baseAddress = Configuration.GetServiceUri("backend");
+      });
  }
...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What I don't love about diff syntax is that it's not easy copy-pastable because of the + at the beginning of each line. The fencing with comments, I think makes it pretty clear.

@davidfowl
Copy link
Member

Apparently this is much simpler. Getting clarification for an update

Copy link
Member

@rynowak rynowak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this 👍

@rynowak rynowak merged commit f4e31c1 into dotnet:master Apr 25, 2020
@rynowak
Copy link
Member

rynowak commented Apr 25, 2020

Apparently this is much simpler. Getting clarification for an update

Oops. I was testing this out while you commented and didn't see that. We can simplify this anyway now that it's merged.

@rynowak
Copy link
Member

rynowak commented Apr 25, 2020

I'm going to add doing the tutorial(s) with linux to our release checklist since no one on the team devs with linux.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants